Skip to content

Conversation

@AnchalDevBytes
Copy link
Contributor

Closes: #1238

Project Published URL 🔗

https://code-a2z.vercel.app/project/Removed-Deplicate-signup-optionbUo94MpPgkiVbovesA0Ph

Describe the add-ons or changes you've made 📃

What was the issue?

The navbar displayed both "Sign In" and "Sign Up" options, which created redundancy.
Since the "Sign In" page already provides a link to "Sign Up", having both in the navbar was unnecessary.


What I did

  • Removed the duplicate "Sign Up" option from Navbar.jsx.
  • Now, the navbar only displays "Sign In", keeping the UI clean and simple.

Outcome

  • Simplified the navbar.
  • Improved user experience by avoiding redundant options.
  • No impact on navigation, since "Sign Up" is still accessible from the "Sign In" page.

Screenshots 📷

Before

image

After

image

Type of change ☑️

What sort of change have you made:

  • Bug fix

Note to reviewers 📄

  • I have changed just one file, 'Navbar.jsx' to remove the redundant Sign Up option.

@vercel
Copy link

vercel bot commented Sep 23, 2025

@AnchalDevBytes is attempting to deploy a commit to the avdheshvarshney's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

Copy link
Member

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@vercel
Copy link

vercel bot commented Sep 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
code-a2z Ready Ready Preview Comment Sep 25, 2025 11:29am

@Avdhesh-Varshney Avdhesh-Varshney merged commit 65362dd into Code-A2Z:main Sep 25, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Remove duplicate "Sign Up" option from navbar

2 participants